DioDocs for PDF
TextRun コンストラクタ(Int32[],Int32,Int32,TextFormat)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > TextRun クラス > TextRun コンストラクタ : TextRun コンストラクタ(Int32[],Int32,Int32,TextFormat)
An array of UTF-32 characters (code points).
Index of the first code point in the subrange.
Number of code points in the subrange.
The text format to use.
Creates a new instance of TextRun based on a subrange of an array of UTF-32 characters.
シンタックス
'宣言
 
Public Function New( _
   ByVal codePoints() As System.Integer, _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal format As TextFormat _
)
public TextRun( 
   System.int[] codePoints,
   System.int startIndex,
   System.int count,
   TextFormat format
)

パラメータ

codePoints
An array of UTF-32 characters (code points).
startIndex
Index of the first code point in the subrange.
count
Number of code points in the subrange.
format
The text format to use.
参照

TextRun クラス
TextRun メンバ
オーバーロード一覧